GetSession
TheGetSession
method returns a reference to the current session object.
ODSession GetSession ();
- return value
- A reference to the session object that created this storage system.
DISCUSSION
Your part typically calls its storage unit'sGetSession
method instead of this method.SEE ALSO
TheODStorageUnit::GetSession
method (page 694).